Html Css Color HEX #FDA967 Rajah

📋 copy color: '#FDA967'

red 253 ◦ green 169 ◦ blue 103

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

Shades of Rajah #FDA967

Tints of Rajah #FDA967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.19%

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 48.19%
G = 32.19%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA967 (or 0xFDA967) is known color: Rajah. HEX triplet: FD, A9 and 67. RGB value is (253,169,103). Sum of RGB (Red+Green+Blue) = 253+169+103=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA967 is #025698. Grayscale: #BABABA. Windows color (decimal): -153241 or 6793725. OLE color: 6793725.

HSL color Cylindrical-coordinate representation of color #FDA967: hue angle of 26.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA967 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 103 -
CMYK 0 0.33 0.59 0.01
HSL 26.4º 0.97% 0.7% -
HSV(B) 26.4º 0.59% 0.99% -
XYZ 57.14 50.24 19.52 -
YUV 186.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 253 169 103 0 0.33 0.59 0.01 26.4 0.97 0.7
Hex FD A9 67 0 21 3B 1 1A 61 46
Octal 375 251 147 0 41 73 1 32 141 106
Binary 11111101 10101001 1100111 0 100001 111011 1 11010 1100001 1000110

Color Harmonies of #FDA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA967

Black with #FDA967

Text Example


Text Example

White with #FDA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA967; }

 p { color: rgb(253,169,103); }

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

background-color css

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

 a { background-color: rgb(253,169,103); }

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

border-color css

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

 span { border-color: rgb(253,169,103); }

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