Html Css Color HEX #FECB1D Turbo

📋 copy color: '#FECB1D'

red 254 ◦ green 203 ◦ blue 29

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

Shades of Turbo #FECB1D

Tints of Turbo #FECB1D

RGB

 RED value IS 254 (99.61% from 255) = 52.26%

 GREEN value IS 203 (79.69% from 255) = 41.77%

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

R = 52.26%
G = 41.77%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FECB1D (or 0xFECB1D) is known color: Turbo. HEX triplet: FE, CB and 1D. RGB value is (254,203,29). Sum of RGB (Red+Green+Blue) = 254+203+29=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB1D is #0134E2. Grayscale: #C7C7C7. Windows color (decimal): -79075 or 1952766. OLE color: 1952766.

HSL color Cylindrical-coordinate representation of color #FECB1D: hue angle of 46.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FECB1D is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 203 29 -
CMYK 0 0.20 0.89 0.00
HSL 46.4º 0.99% 0.55% -
HSV(B) 46.4º 0.89% 1% -
XYZ 62.45 63.87 10.2 -
YUV 198.41 32.4 167.65 -
System Red Green Blue C M Y K H S L
Decimal 254 203 29 0 0.20 0.89 0.00 46.4 0.99 0.55
Hex FE CB 1D 0 14 59 0 2E 63 37
Octal 376 313 35 0 24 131 0 56 143 67
Binary 11111110 11001011 11101 0 10100 1011001 0 101110 1100011 110111

Color Harmonies of #FECB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB1D

Black with #FECB1D

Text Example


Text Example

White with #FECB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB1D; }

 p { color: rgb(254,203,29); }

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

background-color css

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

 a { background-color: rgb(254,203,29); }

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

border-color css

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

 span { border-color: rgb(254,203,29); }

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