Html Css Color HEX #FFCF90 Peach-Orange

📋 copy color: '#FFCF90'

red 255 ◦ green 207 ◦ blue 144

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

Shades of Peach-Orange #FFCF90

Tints of Peach-Orange #FFCF90

RGB

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

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

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

R = 42.08%
G = 34.16%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FFCF90 (or 0xFFCF90) is known color: Peach-Orange. HEX triplet: FF, CF and 90. RGB value is (255,207,144). Sum of RGB (Red+Green+Blue) = 255+207+144=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF90 is #00306F. Grayscale: #D6D6D6. Windows color (decimal): -12400 or 9490431. OLE color: 9490431.

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

Color convert

RGB 255 207 144 -
CMYK 0 0.19 0.44 0
HSL 34.05º 1% 0.78% -
HSV(B) 34.05º 0.44% 1% -
XYZ 68.59 67.9 35.88 -
YUV 214.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 255 207 144 0 0.19 0.44 0 34.05 1 0.78
Hex FF CF 90 0 13 2C 0 22 64 4E
Octal 377 317 220 0 23 54 0 42 144 116
Binary 11111111 11001111 10010000 0 10011 101100 0 100010 1100100 1001110

Color Harmonies of #FFCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCF90

Black with #FFCF90

Text Example


Text Example

White with #FFCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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