Html Css Color HEX #F9DA1B Turbo

📋 copy color: '#F9DA1B'

red 249 ◦ green 218 ◦ blue 27

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

Shades of Turbo #F9DA1B

Tints of Turbo #F9DA1B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.13%

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

R = 50.4%
G = 44.13%
B = 5.47%

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

#F9DA1B (or 0xF9DA1B) is known color: Turbo. HEX triplet: F9, DA and 1B. RGB value is (249,218,27). Sum of RGB (Red+Green+Blue) = 249+218+27=494 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.40% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DA1B is #0625E4. Grayscale: #CECECE. Windows color (decimal): -402917 or 1825529. OLE color: 1825529.

HSL color Cylindrical-coordinate representation of color #F9DA1B: hue angle of 51.62º 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 #F9DA1B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 218 27 -
CMYK 0 0.12 0.89 0.02
HSL 51.62º 0.95% 0.54% -
HSV(B) 51.62º 0.89% 0.98% -
XYZ 64.34 70.36 11.23 -
YUV 205.5 27.27 159.03 -
System Red Green Blue C M Y K H S L
Decimal 249 218 27 0 0.12 0.89 0.02 51.62 0.95 0.54
Hex F9 DA 1B 0 C 59 2 34 5F 36
Octal 371 332 33 0 14 131 2 64 137 66
Binary 11111001 11011010 11011 0 1100 1011001 10 110100 1011111 110110

Color Harmonies of #F9DA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DA1B

Black with #F9DA1B

Text Example


Text Example

White with #F9DA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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