Html Css Color HEX #F4DB1B Turbo

📋 copy color: '#F4DB1B'

red 244 ◦ green 219 ◦ blue 27

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

Shades of Turbo #F4DB1B

Tints of Turbo #F4DB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 27 (10.94% from 255) = 5.51%

R = 49.8%
G = 44.69%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4DB1B (or 0xF4DB1B) is known color: Turbo. HEX triplet: F4, DB and 1B. RGB value is (244,219,27). Sum of RGB (Red+Green+Blue) = 244+219+27=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB1B is #0B24E4. Grayscale: #CDCDCD. Windows color (decimal): -730341 or 1825780. OLE color: 1825780.

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

Color convert

RGB 244 219 27 -
CMYK 0 0.10 0.89 0.04
HSL 53.09º 0.91% 0.53% -
HSV(B) 53.09º 0.89% 0.96% -
XYZ 62.84 69.98 11.23 -
YUV 204.59 27.78 156.11 -
System Red Green Blue C M Y K H S L
Decimal 244 219 27 0 0.10 0.89 0.04 53.09 0.91 0.53
Hex F4 DB 1B 0 A 59 4 35 5B 35
Octal 364 333 33 0 12 131 4 65 133 65
Binary 11110100 11011011 11011 0 1010 1011001 100 110101 1011011 110101

Color Harmonies of #F4DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DB1B

Black with #F4DB1B

Text Example


Text Example

White with #F4DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DB1B; }

 p { color: rgb(244,219,27); }

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

background-color css

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

 a { background-color: rgb(244,219,27); }

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

border-color css

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

 span { border-color: rgb(244,219,27); }

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