Html Css Color HEX #F7CC19 Turbo

📋 copy color: '#F7CC19'

red 247 ◦ green 204 ◦ blue 25

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

Shades of Turbo #F7CC19

Tints of Turbo #F7CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.86%

 BLUE value IS 25 (10.16% from 255) = 5.25%

R = 51.89%
G = 42.86%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F7CC19 (or 0xF7CC19) is known color: Turbo. HEX triplet: F7, CC and 19. RGB value is (247,204,25). Sum of RGB (Red+Green+Blue) = 247+204+25=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7CC19 is #0833E6. Grayscale: #C5C5C5. Windows color (decimal): -537575 or 1690871. OLE color: 1690871.

HSL color Cylindrical-coordinate representation of color #F7CC19: hue angle of 48.38º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7CC19 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 204 25 -
CMYK 0 0.17 0.90 0.03
HSL 48.38º 0.93% 0.53% -
HSV(B) 48.38º 0.9% 0.97% -
XYZ 60.13 63.03 9.92 -
YUV 196.45 31.25 164.05 -
System Red Green Blue C M Y K H S L
Decimal 247 204 25 0 0.17 0.90 0.03 48.38 0.93 0.53
Hex F7 CC 19 0 11 5A 3 30 5D 35
Octal 367 314 31 0 21 132 3 60 135 65
Binary 11110111 11001100 11001 0 10001 1011010 11 110000 1011101 110101

Color Harmonies of #F7CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CC19

Black with #F7CC19

Text Example


Text Example

White with #F7CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CC19; }

 p { color: rgb(247,204,25); }

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

background-color css

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

 a { background-color: rgb(247,204,25); }

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

border-color css

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

 span { border-color: rgb(247,204,25); }

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