Html Css Color HEX #F8CE1D Turbo

📋 copy color: '#F8CE1D'

red 248 ◦ green 206 ◦ blue 29

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

Shades of Turbo #F8CE1D

Tints of Turbo #F8CE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6%

R = 51.35%
G = 42.65%
B = 6%

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

#F8CE1D (or 0xF8CE1D) is known color: Turbo. HEX triplet: F8, CE and 1D. RGB value is (248,206,29). Sum of RGB (Red+Green+Blue) = 248+206+29=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CE1D is #0731E2. Grayscale: #C7C7C7. Windows color (decimal): -471523 or 1953528. OLE color: 1953528.

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

Color convert

RGB 248 206 29 -
CMYK 0 0.17 0.88 0.03
HSL 48.49º 0.94% 0.54% -
HSV(B) 48.49º 0.88% 0.97% -
XYZ 61 64.19 10.34 -
YUV 198.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 248 206 29 0 0.17 0.88 0.03 48.49 0.94 0.54
Hex F8 CE 1D 0 11 58 3 30 5E 36
Octal 370 316 35 0 21 130 3 60 136 66
Binary 11111000 11001110 11101 0 10001 1011000 11 110000 1011110 110110

Color Harmonies of #F8CE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CE1D

Black with #F8CE1D

Text Example


Text Example

White with #F8CE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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