Html Css Color HEX #F8CC19 Turbo

📋 copy color: '#F8CC19'

red 248 ◦ green 204 ◦ blue 25

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

Shades of Turbo #F8CC19

Tints of Turbo #F8CC19

RGB

 RED value IS 248 (97.27% from 255) = 51.99%

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

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

R = 51.99%
G = 42.77%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8CC19 (or 0xF8CC19) is known color: Turbo. HEX triplet: F8, CC and 19. RGB value is (248,204,25). Sum of RGB (Red+Green+Blue) = 248+204+25=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8CC19 is #0733E6. Grayscale: #C5C5C5. Windows color (decimal): -472039 or 1690872. OLE color: 1690872.

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

Color convert

RGB 248 204 25 -
CMYK 0 0.18 0.90 0.03
HSL 48.16º 0.94% 0.54% -
HSV(B) 48.16º 0.9% 0.97% -
XYZ 60.48 63.21 9.93 -
YUV 196.75 31.08 164.55 -
System Red Green Blue C M Y K H S L
Decimal 248 204 25 0 0.18 0.90 0.03 48.16 0.94 0.54
Hex F8 CC 19 0 12 5A 3 30 5E 36
Octal 370 314 31 0 22 132 3 60 136 66
Binary 11111000 11001100 11001 0 10010 1011010 11 110000 1011110 110110

Color Harmonies of #F8CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC19

Black with #F8CC19

Text Example


Text Example

White with #F8CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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