Html Css Color HEX #F2CB1E Turbo

📋 copy color: '#F2CB1E'

red 242 ◦ green 203 ◦ blue 30

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

Shades of Turbo #F2CB1E

Tints of Turbo #F2CB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.32%

R = 50.95%
G = 42.74%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2CB1E (or 0xF2CB1E) is known color: Turbo. HEX triplet: F2, CB and 1E. RGB value is (242,203,30). Sum of RGB (Red+Green+Blue) = 242+203+30=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CB1E is #0D34E1. Grayscale: #C3C3C3. Windows color (decimal): -865506 or 2018290. OLE color: 2018290.

HSL color Cylindrical-coordinate representation of color #F2CB1E: hue angle of 48.96º 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 #F2CB1E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 203 30 -
CMYK 0 0.16 0.88 0.05
HSL 48.96º 0.89% 0.53% -
HSV(B) 48.96º 0.88% 0.95% -
XYZ 58.21 61.68 10.07 -
YUV 194.94 34.92 161.57 -
System Red Green Blue C M Y K H S L
Decimal 242 203 30 0 0.16 0.88 0.05 48.96 0.89 0.53
Hex F2 CB 1E 0 10 58 5 31 59 35
Octal 362 313 36 0 20 130 5 61 131 65
Binary 11110010 11001011 11110 0 10000 1011000 101 110001 1011001 110101

Color Harmonies of #F2CB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB1E

Black with #F2CB1E

Text Example


Text Example

White with #F2CB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB1E; }

 p { color: rgb(242,203,30); }

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

background-color css

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

 a { background-color: rgb(242,203,30); }

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

border-color css

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

 span { border-color: rgb(242,203,30); }

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