Html Css Color HEX #F4D01D Turbo

📋 copy color: '#F4D01D'

red 244 ◦ green 208 ◦ blue 29

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

Shades of Turbo #F4D01D

Tints of Turbo #F4D01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.03%

R = 50.73%
G = 43.24%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4D01D (or 0xF4D01D) is known color: Turbo. HEX triplet: F4, D0 and 1D. RGB value is (244,208,29). Sum of RGB (Red+Green+Blue) = 244+208+29=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D01D is #0B2FE2. Grayscale: #C7C7C7. Windows color (decimal): -733155 or 1954036. OLE color: 1954036.

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

Color convert

RGB 244 208 29 -
CMYK 0 0.15 0.88 0.04
HSL 49.95º 0.91% 0.54% -
HSV(B) 49.95º 0.88% 0.96% -
XYZ 60.09 64.43 10.43 -
YUV 198.36 32.43 160.55 -
System Red Green Blue C M Y K H S L
Decimal 244 208 29 0 0.15 0.88 0.04 49.95 0.91 0.54
Hex F4 D0 1D 0 F 58 4 32 5B 36
Octal 364 320 35 0 17 130 4 62 133 66
Binary 11110100 11010000 11101 0 1111 1011000 100 110010 1011011 110110

Color Harmonies of #F4D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D01D

Black with #F4D01D

Text Example


Text Example

White with #F4D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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