Html Css Color HEX #FAB65F Rajah

📋 copy color: '#FAB65F'

red 250 ◦ green 182 ◦ blue 95

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

Shades of Rajah #FAB65F

Tints of Rajah #FAB65F

RGB

 RED value IS 250 (98.05% from 255) = 47.44%

 GREEN value IS 182 (71.48% from 255) = 34.54%

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 47.44%
G = 34.54%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB65F (or 0xFAB65F) is known color: Rajah. HEX triplet: FA, B6 and 5F. RGB value is (250,182,95). Sum of RGB (Red+Green+Blue) = 250+182+95=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB65F is #0549A0. Grayscale: #C0C0C0. Windows color (decimal): -346529 or 6272762. OLE color: 6272762.

HSL color Cylindrical-coordinate representation of color #FAB65F: hue angle of 33.68º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAB65F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 182 95 -
CMYK 0 0.27 0.62 0.02
HSL 33.68º 0.94% 0.68% -
HSV(B) 33.68º 0.62% 0.98% -
XYZ 58.22 54.61 18.3 -
YUV 192.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 250 182 95 0 0.27 0.62 0.02 33.68 0.94 0.68
Hex FA B6 5F 0 1B 3E 2 22 5E 44
Octal 372 266 137 0 33 76 2 42 136 104
Binary 11111010 10110110 1011111 0 11011 111110 10 100010 1011110 1000100

Color Harmonies of #FAB65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB65F

Black with #FAB65F

Text Example


Text Example

White with #FAB65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB65F; }

 p { color: rgb(250,182,95); }

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

background-color css

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

 a { background-color: rgb(250,182,95); }

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

border-color css

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

 span { border-color: rgb(250,182,95); }

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