Html Css Color HEX #F7D31A Turbo

📋 copy color: '#F7D31A'

red 247 ◦ green 211 ◦ blue 26

#F7D31A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F7D31A

Tints of Turbo #F7D31A

RGB

 RED value IS 247 (96.88% from 255) = 51.03%

 GREEN value IS 211 (82.81% from 255) = 43.6%

 BLUE value IS 26 (10.55% from 255) = 5.37%

R = 51.03%
G = 43.6%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F7D31A (or 0xF7D31A) is known color: Turbo. HEX triplet: F7, D3 and 1A. RGB value is (247,211,26). Sum of RGB (Red+Green+Blue) = 247+211+26=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 26 (10.55% from 255 or 5.37% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D31A is #082CE5. Grayscale: #C9C9C9. Windows color (decimal): -535782 or 1758199. OLE color: 1758199.

HSL color Cylindrical-coordinate representation of color #F7D31A: hue angle of 50.23º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7D31A is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 211 26 -
CMYK 0 0.15 0.89 0.03
HSL 50.23º 0.93% 0.54% -
HSV(B) 50.23º 0.89% 0.97% -
XYZ 61.84 66.44 10.54 -
YUV 200.67 29.43 161.04 -
System Red Green Blue C M Y K H S L
Decimal 247 211 26 0 0.15 0.89 0.03 50.23 0.93 0.54
Hex F7 D3 1A 0 F 59 3 32 5D 36
Octal 367 323 32 0 17 131 3 62 135 66
Binary 11110111 11010011 11010 0 1111 1011001 11 110010 1011101 110110

Color Harmonies of #F7D31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D31A

Black with #F7D31A

Text Example


Text Example

White with #F7D31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D31A; }

 p { color: rgb(247,211,26); }

 H1.HeaderClassName
 {
   color: #F7D31A;
 }
 .AnyTagClassName
 {
   color: #F7D31A;
 }
</style>

background-color css

<style>
 a { background-color: #F7D31A; }

 a { background-color: rgb(247,211,26); }

 div.DivClassName
 {
   background-color: #F7D31A;
 }
 .BgClassName
 {
   background-color: #F7D31A;
 }
</style>

border-color css

<style>
 span { border-color: #F7D31A; }

 span { border-color: rgb(247,211,26); }

 td.TdClassName
 {
   border-color: #F7D31A;
 }
 .TagClassName
 {
   border-color: #F7D31A;
 }
</style>