Html Css Color HEX #FDA85B Rajah

📋 copy color: '#FDA85B'

red 253 ◦ green 168 ◦ blue 91

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

Shades of Rajah #FDA85B

Tints of Rajah #FDA85B

RGB

 RED value IS 253 (99.22% from 255) = 49.41%

 GREEN value IS 168 (66.02% from 255) = 32.81%

 BLUE value IS 91 (35.94% from 255) = 17.77%

R = 49.41%
G = 32.81%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FDA85B (or 0xFDA85B) is known color: Rajah. HEX triplet: FD, A8 and 5B. RGB value is (253,168,91). Sum of RGB (Red+Green+Blue) = 253+168+91=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85B is #0257A4. Grayscale: #B9B9B9. Windows color (decimal): -153509 or 6007037. OLE color: 6007037.

HSL color Cylindrical-coordinate representation of color #FDA85B: hue angle of 28.52º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDA85B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 168 91 -
CMYK 0 0.34 0.64 0.01
HSL 28.52º 0.98% 0.67% -
HSV(B) 28.52º 0.64% 0.99% -
XYZ 56.4 49.64 16.51 -
YUV 184.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 253 168 91 0 0.34 0.64 0.01 28.52 0.98 0.67
Hex FD A8 5B 0 22 40 1 1D 62 43
Octal 375 250 133 0 42 100 1 35 142 103
Binary 11111101 10101000 1011011 0 100010 1000000 1 11101 1100010 1000011

Color Harmonies of #FDA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA85B

Black with #FDA85B

Text Example


Text Example

White with #FDA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA85B; }

 p { color: rgb(253,168,91); }

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

background-color css

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

 a { background-color: rgb(253,168,91); }

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

border-color css

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

 span { border-color: rgb(253,168,91); }

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