Html Css Color HEX #F9CE14 Turbo

📋 copy color: '#F9CE14'

red 249 ◦ green 206 ◦ blue 20

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

Shades of Turbo #F9CE14

Tints of Turbo #F9CE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.37%

 BLUE value IS 20 (8.2% from 255) = 4.21%

R = 52.42%
G = 43.37%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F9CE14 (or 0xF9CE14) is known color: Turbo. HEX triplet: F9, CE and 14. RGB value is (249,206,20). Sum of RGB (Red+Green+Blue) = 249+206+20=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9CE14 is #0631EB. Grayscale: #C6C6C6. Windows color (decimal): -405996 or 1363705. OLE color: 1363705.

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

Color convert

RGB 249 206 20 -
CMYK 0 0.17 0.92 0.02
HSL 48.73º 0.95% 0.53% -
HSV(B) 48.73º 0.92% 0.98% -
XYZ 61.26 64.33 9.85 -
YUV 197.65 27.75 164.62 -
System Red Green Blue C M Y K H S L
Decimal 249 206 20 0 0.17 0.92 0.02 48.73 0.95 0.53
Hex F9 CE 14 0 11 5C 2 31 5F 35
Octal 371 316 24 0 21 134 2 61 137 65
Binary 11111001 11001110 10100 0 10001 1011100 10 110001 1011111 110101

Color Harmonies of #F9CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CE14

Black with #F9CE14

Text Example


Text Example

White with #F9CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CE14; }

 p { color: rgb(249,206,20); }

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

background-color css

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

 a { background-color: rgb(249,206,20); }

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

border-color css

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

 span { border-color: rgb(249,206,20); }

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