Html Css Color HEX #FBCB90 Peach-Orange

📋 copy color: '#FBCB90'

red 251 ◦ green 203 ◦ blue 144

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

Shades of Peach-Orange #FBCB90

Tints of Peach-Orange #FBCB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.95%

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

R = 41.97%
G = 33.95%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FBCB90 (or 0xFBCB90) is known color: Peach-Orange. HEX triplet: FB, CB and 90. RGB value is (251,203,144). Sum of RGB (Red+Green+Blue) = 251+203+144=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 144 (56.64% from 255 or 24.08% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCB90 is #04346F. Grayscale: #D2D2D2. Windows color (decimal): -275568 or 9489403. OLE color: 9489403.

HSL color Cylindrical-coordinate representation of color #FBCB90: hue angle of 33.08º 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 #FBCB90 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 203 144 -
CMYK 0 0.19 0.43 0.02
HSL 33.08º 0.93% 0.77% -
HSV(B) 33.08º 0.43% 0.98% -
XYZ 66.17 65.23 35.49 -
YUV 210.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 251 203 144 0 0.19 0.43 0.02 33.08 0.93 0.77
Hex FB CB 90 0 13 2B 2 21 5D 4D
Octal 373 313 220 0 23 53 2 41 135 115
Binary 11111011 11001011 10010000 0 10011 101011 10 100001 1011101 1001101

Color Harmonies of #FBCB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCB90

Black with #FBCB90

Text Example


Text Example

White with #FBCB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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