Html Css Color HEX #F9DB1B Turbo

📋 copy color: '#F9DB1B'

red 249 ◦ green 219 ◦ blue 27

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

Shades of Turbo #F9DB1B

Tints of Turbo #F9DB1B

RGB

 RED value IS 249 (97.66% from 255) = 50.3%

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

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

R = 50.3%
G = 44.24%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F9DB1B (or 0xF9DB1B) is known color: Turbo. HEX triplet: F9, DB and 1B. RGB value is (249,219,27). Sum of RGB (Red+Green+Blue) = 249+219+27=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 27 (10.94% from 255 or 5.45% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB1B is #0624E4. Grayscale: #CECECE. Windows color (decimal): -402661 or 1825785. OLE color: 1825785.

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

Color convert

RGB 249 219 27 -
CMYK 0 0.12 0.89 0.02
HSL 51.89º 0.95% 0.54% -
HSV(B) 51.89º 0.89% 0.98% -
XYZ 64.6 70.88 11.31 -
YUV 206.08 26.94 158.61 -
System Red Green Blue C M Y K H S L
Decimal 249 219 27 0 0.12 0.89 0.02 51.89 0.95 0.54
Hex F9 DB 1B 0 C 59 2 34 5F 36
Octal 371 333 33 0 14 131 2 64 137 66
Binary 11111001 11011011 11011 0 1100 1011001 10 110100 1011111 110110

Color Harmonies of #F9DB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DB1B

Black with #F9DB1B

Text Example


Text Example

White with #F9DB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DB1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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