Html Css Color HEX #FECF90 Peach-Orange

📋 copy color: '#FECF90'

red 254 ◦ green 207 ◦ blue 144

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

Shades of Peach-Orange #FECF90

Tints of Peach-Orange #FECF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.8%

R = 41.98%
G = 34.21%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FECF90 (or 0xFECF90) is known color: Peach-Orange. HEX triplet: FE, CF and 90. RGB value is (254,207,144). Sum of RGB (Red+Green+Blue) = 254+207+144=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECF90 is #01306F. Grayscale: #D6D6D6. Windows color (decimal): -77936 or 9490430. OLE color: 9490430.

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

Color convert

RGB 254 207 144 -
CMYK 0 0.19 0.43 0.00
HSL 34.36º 0.98% 0.78% -
HSV(B) 34.36º 0.43% 1% -
XYZ 68.22 67.71 35.86 -
YUV 213.87 88.57 156.62 -
System Red Green Blue C M Y K H S L
Decimal 254 207 144 0 0.19 0.43 0.00 34.36 0.98 0.78
Hex FE CF 90 0 13 2B 0 22 62 4E
Octal 376 317 220 0 23 53 0 42 142 116
Binary 11111110 11001111 10010000 0 10011 101011 0 100010 1100010 1001110

Color Harmonies of #FECF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECF90

Black with #FECF90

Text Example


Text Example

White with #FECF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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