Html Css Color HEX #FDA75B Rajah

📋 copy color: '#FDA75B'

red 253 ◦ green 167 ◦ blue 91

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

Shades of Rajah #FDA75B

Tints of Rajah #FDA75B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.68%

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

R = 49.51%
G = 32.68%
B = 17.81%

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

#FDA75B (or 0xFDA75B) is known color: Rajah. HEX triplet: FD, A7 and 5B. RGB value is (253,167,91). Sum of RGB (Red+Green+Blue) = 253+167+91=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA75B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA75B is #0258A4. Grayscale: #B8B8B8. Windows color (decimal): -153765 or 6006781. OLE color: 6006781.

HSL color Cylindrical-coordinate representation of color #FDA75B: hue angle of 28.15º 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 #FDA75B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 167 91 -
CMYK 0 0.34 0.64 0.01
HSL 28.15º 0.98% 0.67% -
HSV(B) 28.15º 0.64% 0.99% -
XYZ 56.22 49.28 16.45 -
YUV 184.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 253 167 91 0 0.34 0.64 0.01 28.15 0.98 0.67
Hex FD A7 5B 0 22 40 1 1C 62 43
Octal 375 247 133 0 42 100 1 34 142 103
Binary 11111101 10100111 1011011 0 100010 1000000 1 11100 1100010 1000011

Color Harmonies of #FDA75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA75B

Black with #FDA75B

Text Example


Text Example

White with #FDA75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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