Html Css Color HEX #F8CE1E Turbo

📋 copy color: '#F8CE1E'

red 248 ◦ green 206 ◦ blue 30

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

Shades of Turbo #F8CE1E

Tints of Turbo #F8CE1E

RGB

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

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

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

R = 51.24%
G = 42.56%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8CE1E (or 0xF8CE1E) is known color: Turbo. HEX triplet: F8, CE and 1E. RGB value is (248,206,30). Sum of RGB (Red+Green+Blue) = 248+206+30=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE1E is #0731E1. Grayscale: #C7C7C7. Windows color (decimal): -471522 or 2019064. OLE color: 2019064.

HSL color Cylindrical-coordinate representation of color #F8CE1E: hue angle of 48.44º 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 #F8CE1E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 206 30 -
CMYK 0 0.17 0.88 0.03
HSL 48.44º 0.94% 0.55% -
HSV(B) 48.44º 0.88% 0.97% -
XYZ 61.02 64.19 10.4 -
YUV 198.49 32.91 163.31 -
System Red Green Blue C M Y K H S L
Decimal 248 206 30 0 0.17 0.88 0.03 48.44 0.94 0.55
Hex F8 CE 1E 0 11 58 3 30 5E 37
Octal 370 316 36 0 21 130 3 60 136 67
Binary 11111000 11001110 11110 0 10001 1011000 11 110000 1011110 110111

Color Harmonies of #F8CE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE1E

Black with #F8CE1E

Text Example


Text Example

White with #F8CE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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