Html Css Color HEX #F7CB20 Turbo

📋 copy color: '#F7CB20'

red 247 ◦ green 203 ◦ blue 32

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

Shades of Turbo #F7CB20

Tints of Turbo #F7CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.12%

 BLUE value IS 32 (12.89% from 255) = 6.64%

R = 51.24%
G = 42.12%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7CB20 (or 0xF7CB20) is known color: Turbo. HEX triplet: F7, CB and 20. RGB value is (247,203,32). Sum of RGB (Red+Green+Blue) = 247+203+32=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7CB20 is #0834DF. Grayscale: #C5C5C5. Windows color (decimal): -537824 or 2149367. OLE color: 2149367.

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

Color convert

RGB 247 203 32 -
CMYK 0 0.18 0.87 0.03
HSL 47.72º 0.93% 0.55% -
HSV(B) 47.72º 0.87% 0.97% -
XYZ 59.97 62.59 10.29 -
YUV 196.66 35.08 163.9 -
System Red Green Blue C M Y K H S L
Decimal 247 203 32 0 0.18 0.87 0.03 47.72 0.93 0.55
Hex F7 CB 20 0 12 57 3 30 5D 37
Octal 367 313 40 0 22 127 3 60 135 67
Binary 11110111 11001011 100000 0 10010 1010111 11 110000 1011101 110111

Color Harmonies of #F7CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CB20

Black with #F7CB20

Text Example


Text Example

White with #F7CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CB20; }

 p { color: rgb(247,203,32); }

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

background-color css

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

 a { background-color: rgb(247,203,32); }

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

border-color css

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

 span { border-color: rgb(247,203,32); }

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