Html Css Color HEX #FDA85F Rajah

📋 copy color: '#FDA85F'

red 253 ◦ green 168 ◦ blue 95

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

Shades of Rajah #FDA85F

Tints of Rajah #FDA85F

RGB

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

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

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

R = 49.03%
G = 32.56%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDA85F (or 0xFDA85F) is known color: Rajah. HEX triplet: FD, A8 and 5F. RGB value is (253,168,95). Sum of RGB (Red+Green+Blue) = 253+168+95=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA85F is #0257A0. Grayscale: #B9B9B9. Windows color (decimal): -153505 or 6269181. OLE color: 6269181.

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

Color convert

RGB 253 168 95 -
CMYK 0 0.34 0.62 0.01
HSL 27.72º 0.98% 0.68% -
HSV(B) 27.72º 0.62% 0.99% -
XYZ 56.58 49.71 17.44 -
YUV 185.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 253 168 95 0 0.34 0.62 0.01 27.72 0.98 0.68
Hex FD A8 5F 0 22 3E 1 1C 62 44
Octal 375 250 137 0 42 76 1 34 142 104
Binary 11111101 10101000 1011111 0 100010 111110 1 11100 1100010 1000100

Color Harmonies of #FDA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA85F

Black with #FDA85F

Text Example


Text Example

White with #FDA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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