Html Css Color HEX #F2CC19 Turbo

📋 copy color: '#F2CC19'

red 242 ◦ green 204 ◦ blue 25

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

Shades of Turbo #F2CC19

Tints of Turbo #F2CC19

RGB

 RED value IS 242 (94.92% from 255) = 51.38%

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

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

R = 51.38%
G = 43.31%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F2CC19 (or 0xF2CC19) is known color: Turbo. HEX triplet: F2, CC and 19. RGB value is (242,204,25). Sum of RGB (Red+Green+Blue) = 242+204+25=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2CC19 is #0D33E6. Grayscale: #C3C3C3. Windows color (decimal): -865255 or 1690866. OLE color: 1690866.

HSL color Cylindrical-coordinate representation of color #F2CC19: hue angle of 49.49º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2CC19 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 25 -
CMYK 0 0.16 0.90 0.05
HSL 49.49º 0.89% 0.52% -
HSV(B) 49.49º 0.9% 0.95% -
XYZ 58.39 62.13 9.84 -
YUV 194.96 32.09 161.55 -
System Red Green Blue C M Y K H S L
Decimal 242 204 25 0 0.16 0.90 0.05 49.49 0.89 0.52
Hex F2 CC 19 0 10 5A 5 31 59 34
Octal 362 314 31 0 20 132 5 61 131 64
Binary 11110010 11001100 11001 0 10000 1011010 101 110001 1011001 110100

Color Harmonies of #F2CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC19

Black with #F2CC19

Text Example


Text Example

White with #F2CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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