Html Css Color HEX #FCCF92 Peach-Orange

📋 copy color: '#FCCF92'

red 252 ◦ green 207 ◦ blue 146

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

Shades of Peach-Orange #FCCF92

Tints of Peach-Orange #FCCF92

RGB

 RED value IS 252 (98.83% from 255) = 41.65%

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

 BLUE value IS 146 (57.42% from 255) = 24.13%

R = 41.65%
G = 34.21%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCCF92 (or 0xFCCF92) is known color: Peach-Orange. HEX triplet: FC, CF and 92. RGB value is (252,207,146). Sum of RGB (Red+Green+Blue) = 252+207+146=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 146 (57.42% from 255 or 24.13% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCF92 is #03306D. Grayscale: #D5D5D5. Windows color (decimal): -209006 or 9621500. OLE color: 9621500.

HSL color Cylindrical-coordinate representation of color #FCCF92: hue angle of 34.53º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCCF92 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 207 146 -
CMYK 0 0.18 0.42 0.01
HSL 34.53º 0.95% 0.78% -
HSV(B) 34.53º 0.42% 0.99% -
XYZ 67.65 67.4 36.64 -
YUV 213.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 252 207 146 0 0.18 0.42 0.01 34.53 0.95 0.78
Hex FC CF 92 0 12 2A 1 23 5F 4E
Octal 374 317 222 0 22 52 1 43 137 116
Binary 11111100 11001111 10010010 0 10010 101010 1 100011 1011111 1001110

Color Harmonies of #FCCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCF92

Black with #FCCF92

Text Example


Text Example

White with #FCCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCF92; }

 p { color: rgb(252,207,146); }

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

background-color css

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

 a { background-color: rgb(252,207,146); }

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

border-color css

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

 span { border-color: rgb(252,207,146); }

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