Html Css Color HEX #F8DB1E Turbo

📋 copy color: '#F8DB1E'

red 248 ◦ green 219 ◦ blue 30

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

Shades of Turbo #F8DB1E

Tints of Turbo #F8DB1E

RGB

 RED value IS 248 (97.27% from 255) = 49.9%

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

 BLUE value IS 30 (12.11% from 255) = 6.04%

R = 49.9%
G = 44.06%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8DB1E (or 0xF8DB1E) is known color: Turbo. HEX triplet: F8, DB and 1E. RGB value is (248,219,30). Sum of RGB (Red+Green+Blue) = 248+219+30=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 30 (12.11% from 255 or 6.04% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DB1E is #0724E1. Grayscale: #CECECE. Windows color (decimal): -468194 or 2022392. OLE color: 2022392.

HSL color Cylindrical-coordinate representation of color #F8DB1E: hue angle of 52.02º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8DB1E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 30 -
CMYK 0 0.12 0.88 0.03
HSL 52.02º 0.94% 0.55% -
HSV(B) 52.02º 0.88% 0.97% -
XYZ 64.28 70.71 11.49 -
YUV 206.13 28.61 157.87 -
System Red Green Blue C M Y K H S L
Decimal 248 219 30 0 0.12 0.88 0.03 52.02 0.94 0.55
Hex F8 DB 1E 0 C 58 3 34 5E 37
Octal 370 333 36 0 14 130 3 64 136 67
Binary 11111000 11011011 11110 0 1100 1011000 11 110100 1011110 110111

Color Harmonies of #F8DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB1E

Black with #F8DB1E

Text Example


Text Example

White with #F8DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB1E; }

 p { color: rgb(248,219,30); }

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

background-color css

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

 a { background-color: rgb(248,219,30); }

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

border-color css

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

 span { border-color: rgb(248,219,30); }

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