Html Css Color HEX #FBC09A Romantic

📋 copy color: '#FBC09A'

red 251 ◦ green 192 ◦ blue 154

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

Shades of Romantic #FBC09A

Tints of Romantic #FBC09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.16%

 BLUE value IS 154 (60.55% from 255) = 25.8%

R = 42.04%
G = 32.16%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FBC09A (or 0xFBC09A) is known color: Romantic. HEX triplet: FB, C0 and 9A. RGB value is (251,192,154). Sum of RGB (Red+Green+Blue) = 251+192+154=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC09A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC09A is #043F65. Grayscale: #CDCDCD. Windows color (decimal): -278374 or 10141947. OLE color: 10141947.

HSL color Cylindrical-coordinate representation of color #FBC09A: hue angle of 23.51º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FBC09A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 192 154 -
CMYK 0 0.24 0.39 0.02
HSL 23.51º 0.92% 0.79% -
HSV(B) 23.51º 0.39% 0.98% -
XYZ 64.47 60.54 38.86 -
YUV 205.31 99.05 160.59 -
System Red Green Blue C M Y K H S L
Decimal 251 192 154 0 0.24 0.39 0.02 23.51 0.92 0.79
Hex FB C0 9A 0 18 27 2 18 5C 4F
Octal 373 300 232 0 30 47 2 30 134 117
Binary 11111011 11000000 10011010 0 11000 100111 10 11000 1011100 1001111

Color Harmonies of #FBC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC09A

Black with #FBC09A

Text Example


Text Example

White with #FBC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC09A; }

 p { color: rgb(251,192,154); }

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

background-color css

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

 a { background-color: rgb(251,192,154); }

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

border-color css

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

 span { border-color: rgb(251,192,154); }

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