Html Css Color HEX #FECF13 Turbo

📋 copy color: '#FECF13'

red 254 ◦ green 207 ◦ blue 19

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

Shades of Turbo #FECF13

Tints of Turbo #FECF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.96%

R = 52.92%
G = 43.13%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FECF13 (or 0xFECF13) is known color: Turbo. HEX triplet: FE, CF and 13. RGB value is (254,207,19). Sum of RGB (Red+Green+Blue) = 254+207+19=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 19 (7.81% from 255 or 3.96% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF13 is #0130EC. Grayscale: #C8C8C8. Windows color (decimal): -78061 or 1298430. OLE color: 1298430.

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

Color convert

RGB 254 207 19 -
CMYK 0 0.19 0.93 0.00
HSL 48º 0.99% 0.54% -
HSV(B) 48º 0.93% 1% -
XYZ 63.3 65.74 9.97 -
YUV 199.62 26.07 166.79 -
System Red Green Blue C M Y K H S L
Decimal 254 207 19 0 0.19 0.93 0.00 48 0.99 0.54
Hex FE CF 13 0 13 5D 0 30 63 36
Octal 376 317 23 0 23 135 0 60 143 66
Binary 11111110 11001111 10011 0 10011 1011101 0 110000 1100011 110110

Color Harmonies of #FECF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF13

Black with #FECF13

Text Example


Text Example

White with #FECF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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