Html Css Color HEX #FBC68A Cherokee

📋 copy color: '#FBC68A'

red 251 ◦ green 198 ◦ blue 138

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

Shades of Cherokee #FBC68A

Tints of Cherokee #FBC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.73%

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

R = 42.76%
G = 33.73%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FBC68A (or 0xFBC68A) is known color: Cherokee. HEX triplet: FB, C6 and 8A. RGB value is (251,198,138). Sum of RGB (Red+Green+Blue) = 251+198+138=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC68A is #043975. Grayscale: #CFCFCF. Windows color (decimal): -276854 or 9094907. OLE color: 9094907.

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

Color convert

RGB 251 198 138 -
CMYK 0 0.21 0.45 0.02
HSL 31.86º 0.93% 0.76% -
HSV(B) 31.86º 0.45% 0.98% -
XYZ 64.57 62.73 32.75 -
YUV 207.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 251 198 138 0 0.21 0.45 0.02 31.86 0.93 0.76
Hex FB C6 8A 0 15 2D 2 20 5D 4C
Octal 373 306 212 0 25 55 2 40 135 114
Binary 11111011 11000110 10001010 0 10101 101101 10 100000 1011101 1001100

Color Harmonies of #FBC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC68A

Black with #FBC68A

Text Example


Text Example

White with #FBC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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