Html Css Color HEX #FDCF90 Peach-Orange

📋 copy color: '#FDCF90'

red 253 ◦ green 207 ◦ blue 144

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

Shades of Peach-Orange #FDCF90

Tints of Peach-Orange #FDCF90

RGB

 RED value IS 253 (99.22% from 255) = 41.89%

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

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

R = 41.89%
G = 34.27%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDCF90 (or 0xFDCF90) is known color: Peach-Orange. HEX triplet: FD, CF and 90. RGB value is (253,207,144). Sum of RGB (Red+Green+Blue) = 253+207+144=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCF90 is #02306F. Grayscale: #D5D5D5. Windows color (decimal): -143472 or 9490429. OLE color: 9490429.

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

Color convert

RGB 253 207 144 -
CMYK 0 0.18 0.43 0.01
HSL 34.68º 0.96% 0.78% -
HSV(B) 34.68º 0.43% 0.99% -
XYZ 67.85 67.52 35.84 -
YUV 213.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 253 207 144 0 0.18 0.43 0.01 34.68 0.96 0.78
Hex FD CF 90 0 12 2B 1 23 60 4E
Octal 375 317 220 0 22 53 1 43 140 116
Binary 11111101 11001111 10010000 0 10010 101011 1 100011 1100000 1001110

Color Harmonies of #FDCF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF90

Black with #FDCF90

Text Example


Text Example

White with #FDCF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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