Html Css Color HEX #FBCD90 Peach-Orange

📋 copy color: '#FBCD90'

red 251 ◦ green 205 ◦ blue 144

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

Shades of Peach-Orange #FBCD90

Tints of Peach-Orange #FBCD90

RGB

 RED value IS 251 (98.44% from 255) = 41.83%

 GREEN value IS 205 (80.47% from 255) = 34.17%

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

R = 41.83%
G = 34.17%
B = 24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBCD90 (or 0xFBCD90) is known color: Peach-Orange. HEX triplet: FB, CD and 90. RGB value is (251,205,144). Sum of RGB (Red+Green+Blue) = 251+205+144=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCD90 is #04326F. Grayscale: #D4D4D4. Windows color (decimal): -275056 or 9489915. OLE color: 9489915.

HSL color Cylindrical-coordinate representation of color #FBCD90: hue angle of 34.21º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FBCD90 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 205 144 -
CMYK 0 0.18 0.43 0.02
HSL 34.21º 0.93% 0.77% -
HSV(B) 34.21º 0.43% 0.98% -
XYZ 66.65 66.19 35.65 -
YUV 211.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 251 205 144 0 0.18 0.43 0.02 34.21 0.93 0.77
Hex FB CD 90 0 12 2B 2 22 5D 4D
Octal 373 315 220 0 22 53 2 42 135 115
Binary 11111011 11001101 10010000 0 10010 101011 10 100010 1011101 1001101

Color Harmonies of #FBCD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCD90

Black with #FBCD90

Text Example


Text Example

White with #FBCD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCD90; }

 p { color: rgb(251,205,144); }

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

background-color css

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

 a { background-color: rgb(251,205,144); }

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

border-color css

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

 span { border-color: rgb(251,205,144); }

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