Html Css Color HEX #F2D41C Turbo

📋 copy color: '#F2D41C'

red 242 ◦ green 212 ◦ blue 28

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

Shades of Turbo #F2D41C

Tints of Turbo #F2D41C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

 BLUE value IS 28 (11.33% from 255) = 5.81%

R = 50.21%
G = 43.98%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2D41C (or 0xF2D41C) is known color: Turbo. HEX triplet: F2, D4 and 1C. RGB value is (242,212,28). Sum of RGB (Red+Green+Blue) = 242+212+28=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D41C is #0D2BE3. Grayscale: #C8C8C8. Windows color (decimal): -863204 or 1889522. OLE color: 1889522.

HSL color Cylindrical-coordinate representation of color #F2D41C: hue angle of 51.59º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2D41C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 28 -
CMYK 0 0.12 0.88 0.05
HSL 51.59º 0.89% 0.53% -
HSV(B) 51.59º 0.88% 0.95% -
XYZ 60.37 66.05 10.67 -
YUV 199.99 30.94 157.96 -
System Red Green Blue C M Y K H S L
Decimal 242 212 28 0 0.12 0.88 0.05 51.59 0.89 0.53
Hex F2 D4 1C 0 C 58 5 34 59 35
Octal 362 324 34 0 14 130 5 64 131 65
Binary 11110010 11010100 11100 0 1100 1011000 101 110100 1011001 110101

Color Harmonies of #F2D41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D41C

Black with #F2D41C

Text Example


Text Example

White with #F2D41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D41C; }

 p { color: rgb(242,212,28); }

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

background-color css

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

 a { background-color: rgb(242,212,28); }

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

border-color css

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

 span { border-color: rgb(242,212,28); }

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