Html Css Color HEX #F4D012 Turbo

📋 copy color: '#F4D012'

red 244 ◦ green 208 ◦ blue 18

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

Shades of Turbo #F4D012

Tints of Turbo #F4D012

RGB

 RED value IS 244 (95.7% from 255) = 51.91%

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

 BLUE value IS 18 (7.42% from 255) = 3.83%

R = 51.91%
G = 44.26%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F4D012 (or 0xF4D012) is known color: Turbo. HEX triplet: F4, D0 and 12. RGB value is (244,208,18). Sum of RGB (Red+Green+Blue) = 244+208+18=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D012 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D012 is #0B2FED. Grayscale: #C5C5C5. Windows color (decimal): -733166 or 1233140. OLE color: 1233140.

HSL color Cylindrical-coordinate representation of color #F4D012: hue angle of 50.44º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4D012 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 208 18 -
CMYK 0 0.15 0.93 0.04
HSL 50.44º 0.91% 0.51% -
HSV(B) 50.44º 0.93% 0.96% -
XYZ 59.97 64.39 9.84 -
YUV 197.1 26.93 161.45 -
System Red Green Blue C M Y K H S L
Decimal 244 208 18 0 0.15 0.93 0.04 50.44 0.91 0.51
Hex F4 D0 12 0 F 5D 4 32 5B 33
Octal 364 320 22 0 17 135 4 62 133 63
Binary 11110100 11010000 10010 0 1111 1011101 100 110010 1011011 110011

Color Harmonies of #F4D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D012

Black with #F4D012

Text Example


Text Example

White with #F4D012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D012; }

 p { color: rgb(244,208,18); }

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

background-color css

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

 a { background-color: rgb(244,208,18); }

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

border-color css

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

 span { border-color: rgb(244,208,18); }

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