Html Css Color HEX #F2D021 Turbo

📋 copy color: '#F2D021'

red 242 ◦ green 208 ◦ blue 33

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

Shades of Turbo #F2D021

Tints of Turbo #F2D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.06%

 BLUE value IS 33 (13.28% from 255) = 6.83%

R = 50.1%
G = 43.06%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2D021 (or 0xF2D021) is known color: Turbo. HEX triplet: F2, D0 and 21. RGB value is (242,208,33). Sum of RGB (Red+Green+Blue) = 242+208+33=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 33 (13.28% from 255 or 6.83% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D021 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D021 is #0D2FDE. Grayscale: #C6C6C6. Windows color (decimal): -864223 or 2216178. OLE color: 2216178.

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

Color convert

RGB 242 208 33 -
CMYK 0 0.14 0.86 0.05
HSL 50.24º 0.89% 0.54% -
HSV(B) 50.24º 0.86% 0.95% -
XYZ 59.45 64.1 10.68 -
YUV 198.22 34.76 159.23 -
System Red Green Blue C M Y K H S L
Decimal 242 208 33 0 0.14 0.86 0.05 50.24 0.89 0.54
Hex F2 D0 21 0 E 56 5 32 59 36
Octal 362 320 41 0 16 126 5 62 131 66
Binary 11110010 11010000 100001 0 1110 1010110 101 110010 1011001 110110

Color Harmonies of #F2D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D021

Black with #F2D021

Text Example


Text Example

White with #F2D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D021; }

 p { color: rgb(242,208,33); }

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

background-color css

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

 a { background-color: rgb(242,208,33); }

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

border-color css

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

 span { border-color: rgb(242,208,33); }

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