Html Css Color HEX #FBC38A Peach-Orange

📋 copy color: '#FBC38A'

red 251 ◦ green 195 ◦ blue 138

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

Shades of Peach-Orange #FBC38A

Tints of Peach-Orange #FBC38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.39%

 BLUE value IS 138 (54.3% from 255) = 23.63%

R = 42.98%
G = 33.39%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC38A (or 0xFBC38A) is known color: Peach-Orange. HEX triplet: FB, C3 and 8A. RGB value is (251,195,138). Sum of RGB (Red+Green+Blue) = 251+195+138=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 138 (54.30% from 255 or 23.63% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC38A is #043C75. Grayscale: #CDCDCD. Windows color (decimal): -277622 or 9094139. OLE color: 9094139.

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

Color convert

RGB 251 195 138 -
CMYK 0 0.22 0.45 0.02
HSL 30.27º 0.93% 0.76% -
HSV(B) 30.27º 0.45% 0.98% -
XYZ 63.89 61.37 32.52 -
YUV 205.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 251 195 138 0 0.22 0.45 0.02 30.27 0.93 0.76
Hex FB C3 8A 0 16 2D 2 1E 5D 4C
Octal 373 303 212 0 26 55 2 36 135 114
Binary 11111011 11000011 10001010 0 10110 101101 10 11110 1011101 1001100

Color Harmonies of #FBC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC38A

Black with #FBC38A

Text Example


Text Example

White with #FBC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC38A; }

 p { color: rgb(251,195,138); }

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

background-color css

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

 a { background-color: rgb(251,195,138); }

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

border-color css

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

 span { border-color: rgb(251,195,138); }

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