Html Css Color HEX #FECF1C Turbo

📋 copy color: '#FECF1C'

red 254 ◦ green 207 ◦ blue 28

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

Shades of Turbo #FECF1C

Tints of Turbo #FECF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.33%

 BLUE value IS 28 (11.33% from 255) = 5.73%

R = 51.94%
G = 42.33%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FECF1C (or 0xFECF1C) is known color: Turbo. HEX triplet: FE, CF and 1C. RGB value is (254,207,28). Sum of RGB (Red+Green+Blue) = 254+207+28=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECF1C is #0130E3. Grayscale: #C9C9C9. Windows color (decimal): -78052 or 1888254. OLE color: 1888254.

HSL color Cylindrical-coordinate representation of color #FECF1C: hue angle of 47.52º 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 #FECF1C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 207 28 -
CMYK 0 0.19 0.89 0.00
HSL 47.52º 0.99% 0.55% -
HSV(B) 47.52º 0.89% 1% -
XYZ 63.4 65.78 10.45 -
YUV 200.65 30.57 166.05 -
System Red Green Blue C M Y K H S L
Decimal 254 207 28 0 0.19 0.89 0.00 47.52 0.99 0.55
Hex FE CF 1C 0 13 59 0 30 63 37
Octal 376 317 34 0 23 131 0 60 143 67
Binary 11111110 11001111 11100 0 10011 1011001 0 110000 1100011 110111

Color Harmonies of #FECF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF1C

Black with #FECF1C

Text Example


Text Example

White with #FECF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF1C; }

 p { color: rgb(254,207,28); }

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

background-color css

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

 a { background-color: rgb(254,207,28); }

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

border-color css

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

 span { border-color: rgb(254,207,28); }

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