Html Css Color HEX #FFCF92 Peach-Orange

📋 copy color: '#FFCF92'

red 255 ◦ green 207 ◦ blue 146

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

Shades of Peach-Orange #FFCF92

Tints of Peach-Orange #FFCF92

RGB

 RED value IS 255 (100% from 255) = 41.94%

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

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

R = 41.94%
G = 34.05%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FFCF92 (or 0xFFCF92) is known color: Peach-Orange. HEX triplet: FF, CF and 92. RGB value is (255,207,146). Sum of RGB (Red+Green+Blue) = 255+207+146=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF92 is #00306D. Grayscale: #D6D6D6. Windows color (decimal): -12398 or 9621503. OLE color: 9621503.

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

Color convert

RGB 255 207 146 -
CMYK 0 0.19 0.43 0
HSL 33.58º 1% 0.79% -
HSV(B) 33.58º 0.43% 1% -
XYZ 68.74 67.96 36.69 -
YUV 214.4 89.4 156.96 -
System Red Green Blue C M Y K H S L
Decimal 255 207 146 0 0.19 0.43 0 33.58 1 0.79
Hex FF CF 92 0 13 2B 0 22 64 4F
Octal 377 317 222 0 23 53 0 42 144 117
Binary 11111111 11001111 10010010 0 10011 101011 0 100010 1100100 1001111

Color Harmonies of #FFCF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF92

Black with #FFCF92

Text Example


Text Example

White with #FFCF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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